Welcome![Sign In][Sign Up]
Location:
Search - polygon line

Search list

[OS programDrawSys

Description: vc++陶氏作图系统(画图)源代码,支持画直线、画圆、画多边形、画曲线、随手画图形、添加文本、图像裁剪、清空画板、随机线生成等氏量绘制工具,是一个比较经典的VC++图形绘制程序,是一个很不错的参考。 -mapping system vc++ Dow (drawing) source code, support for drawing a straight line, circle, polygon drawing, painting curve, hand painted graphics, add text, image cropping, the amount of empty the drawing board, random line generation' s drawing tools, is a relatively classic VC++ graphics drawing program, is a very good reference.
Platform: | Size: 139264 | Author: 谢杰 | Hits:

[GDI-BitmapDrawSys

Description: vc++陶氏作图系统(画图)源代码,支持画直线、画圆、画多边形、画曲线、随手画图形、添加文本、图像裁剪、清空画板、随机线生成等氏量绘制工具,是一个比较经典的VC++图形绘制程序,是一个很不错的参考。-mapping system vc++ Dow (drawing) source code, support for drawing a straight line, circle, polygon drawing, painting curve, hand painted graphics, add text, image cropping, the amount of empty the drawing board, random line generation' s drawing tools, is a relatively classic VC++ graphics drawing program, is a very good reference.
Platform: | Size: 149504 | Author: | Hits:

[OpenGL programfill-grah

Description: 用于计算机图形学的扫面线填充,指定多变形,对封闭的多变形进行扫面线填充-Scanning line for computer graphics filled, specify the deformation of a closed polygon scanning line fill
Platform: | Size: 452608 | Author: 陶汉 | Hits:

[2D GraphicPrograms-CG

Description: This Program Deals With All Two-D Transformation Such As Translation, Scaling, Rotation, Reflection, Shearing In Homogeneous Coordinates. 3-D Transformation bresenham line drawing polygon filling polygon clipping
Platform: | Size: 9216 | Author: gori_17 | Hits:

[Embeded-SCM DevelopCLessonno

Description: 计算机图形学实验,多边形、直线的的绘制。希望能有所帮助!可直接使用。 -Experiment straight line, polygon, computer graphics rendering. I hope to be helpful! Can be used directly.
Platform: | Size: 1249280 | Author: zxcvva | Hits:

[Otherforx

Description: 一些间单的功能 画直线 圆 多边形 签笔 颜色 保存和打开.-Function draw a straight line between single circle polygon signed pen color save and open.
Platform: | Size: 60068864 | Author: 田尚 | Hits:

[GUI Developmeasuring

Description: 实现了在屏幕上画点线面,且测量出点的坐标,线的长度,多边形的面积。-Painting point line on the screen surface and measuring the coordinates of the point, the length of the line, polygon area.
Platform: | Size: 67584 | Author: 刘玲 | Hits:

[GDI-Bitmaptest

Description: 多边形的填充,支持添加位图后,利用位图对多边形经行内部填充。-Polygon fill support add bitmap using the bitmap fill the inside of the polygon by the line.
Platform: | Size: 25757696 | Author: lawliet | Hits:

[Graph DrawingComputer-graphics

Description: 计算机图形学本程序是基于VC++环境下的MFC程序,主要实现了二维图形的显示与绘制,具体功能如下: (1)画直线、画多边形、画圆、画字符 (2)对多边形进行填充 (3)图形裁剪 (4)图形的几何变换 (5)三维图形的消隐及着色 -Computer graphics of this program is the the MFC program based on VC++ environment, the main achievement of the two-dimensional graphical display and rendering, specific functions are as follows: (1) draw a straight line, polygon drawing, draw a circle, draw characters (2) of the polygon fill (3) Graphics Clipping (4) graphic geometric transformation (5) three-dimensional graphics blanking and coloring
Platform: | Size: 79872 | Author: 吴程序 | Hits:

[Graph DrawingImageSystem

Description: 中点画圆与中点画直线 二维图形变换 多边形填充 计算机图形学实验-The midpoint Circle draws line in two-dimensional graphics transform polygon fill, computer graphics experiments
Platform: | Size: 2529280 | Author: 吴波 | Hits:

[Graph programGraphic-Formation-and-transformation

Description: 计算机图形学,用VC++ MFC实现,可实现用DDA、中点、bresenham算法画直线,用中点、正负、bresenhan算法画圆以及画多边形,还可实现图形填充、图形平移、旋转、放大缩小等图形变换功能。-Computer graphics, VC++ MFC achieve, can be realized DDA, the midpoint, bresenham algorithms draw a straight line, with a midpoint, positive and negative, bresenhan algorithms draw a circle, and polygon drawing, but also fill graphics, graphics translation, rotation, zoom and other graphics transformation function.
Platform: | Size: 3309568 | Author: 李强 | Hits:

[2D GraphicGraphics

Description: 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 -An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of
Platform: | Size: 87040 | Author: xuzhimin | Hits:

[2D GraphicEastDraw

Description: VC++实现,画图工具,仿照CAD,可以画直线、圆、多边形-Achieve VC++, drawing tools, modeled on CAD, you can draw a straight line, circle, polygon, etc.
Platform: | Size: 301056 | Author: 郑正 | Hits:

[OtherMFCDrawPicture

Description: 用MFC技术实现计算机图形学中画板的基本功能。放大缩小填充颜色,填充样式:直线填充斜线填充全填充,画圆,画多边形。对图形移动,放大缩小复制粘贴等-Using MFC technology to realize the basic functions of the computer graphics drawing board. Fill color, fill style: straight-line filling slash zoom to fill full-filled, circle, polygon drawing. Mobile graphics, zoom copy and paste
Platform: | Size: 6668288 | Author: 刘小明 | Hits:

[Software Engineeringdiy

Description: 画图工具,能够实现画图工具、画直线、画椭圆、画多边形等功能,并且在绘图的过程中能够修改该画笔的大小以及颜色。该画图程序还需具有橡皮擦功能。 -Drawing tools, drawing tool, draw a straight line, painted oval, and polygon drawing, and in the process of drawing can modify the size and color of the brush. The Paint program needs to have the eraser function.
Platform: | Size: 169984 | Author: 夏汐 | Hits:

[OpenGL programtianchong

Description: 使用C++语言 能实现多边形扫描线法填充可直接运行-Use C++ language filled polygon scan line method can be run directly
Platform: | Size: 5841920 | Author: 黄河 | Hits:

[Other2011302660044_4

Description: 通过鼠标左键的点击在视图中绘制不同的图形,可绘制的图形包括折线、多边形,并且折线的线宽、颜色以及线形都是可以改变的,多边形的填充方式也可以定制 -Draw different graphical view through the click of the left mouse button, draw graphics, including polylines, polygons, and the polyline line width, color, and linear change, and the polygon fill also can be customized
Platform: | Size: 45056 | Author: joofh | Hits:

[GDI-Bitmapdraw2

Description: windows图形编程,实现了圆、直线段、多边形、填充多边形、种子填充、Bezier曲线、立方体,可以选择颜色、视点,进行视图平移、缩放、消隐、渲染。-windows graphics programming, a circle, a straight line segment, polygon, filled polygons, seed filling, Bezier curves, cubes, you can choose the color, viewpoint, view panning, zooming, blanking, rendering.
Platform: | Size: 134144 | Author: yhuib | Hits:

[2D Graphicpolygon_fill

Description: 使用x-扫描线的改进算法(即边表桶算法)实现了多边形的填充算法。-use x-scan line algorithm to fill polygon. Environment: Opengl
Platform: | Size: 40960 | Author: awfsdfwaf | Hits:

[CSharpWebSite2

Description: skyline的小例子,实现地图画线、多边形、飞行、漫游、图层加载等功能-skyline small example, the ground picture line, polygon, flight, roaming, Layer loaded function
Platform: | Size: 4096 | Author: 李钢 | Hits:
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 »

CodeBus www.codebus.net